projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3f9a35
)
Avoid byte-compiler warning in starttls.el
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 24 Jan 2019 15:01:20 +0000
(17:01 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 24 Jan 2019 15:01:20 +0000
(17:01 +0200)
* lisp/net/network-stream.el (starttls-open-stream): Declare
to avoid compilation warning.
lisp/net/network-stream.el
patch
|
blob
|
history
diff --git
a/lisp/net/network-stream.el
b/lisp/net/network-stream.el
index 4b006503d884720609bc600e11e31afa5817bec0..2b3292b71ba6043e89a1d11c871a19fe3cc258aa 100644
(file)
--- a/
lisp/net/network-stream.el
+++ b/
lisp/net/network-stream.el
@@
-48,6
+48,7
@@
(declare-function starttls-available-p "starttls" ())
(declare-function starttls-negotiate "starttls" (process))
+(declare-function starttls-open-stream "starttls" (name buffer host port))
(autoload 'gnutls-negotiate "gnutls")
(autoload 'open-gnutls-stream "gnutls")